From 8d61236d87f803a356f99dd61746ad187bc25e4c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 8 Mar 2001 21:17:00 +0000 Subject: [PATCH] (handle_display_prop): Use it->w->buffer as object, instead of nil. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 3db708e15c9..23fc0a4b089 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -2570,7 +2570,7 @@ handle_display_prop (it) } else { - object = Qnil; + object = it->w->buffer; position = &it->current.pos; } -- 2.30.2